home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
btrieve
/
xql211.exe
/
XQLCALLS.211
< prev
next >
Wrap
Text File
|
1991-09-13
|
7KB
|
234 lines
; BEGIN - PATCHES FOR XQLCALLS.DLL version 2.11
;
; * ============================================================= *
;
; Verify that original copy is being used
;
v 1ad62 8b 46 06 2d 01 00 3d 08 00 76 03 e9 8b 00 03 c0
;
; patch #15 min/max on autoinc field returns incorrect results
;
r 1ad62 8b 46 06 48 74 10 48 74 2a 3c 0d 74 09 3c 07 74
r 1ad72 66 eb 48 90 90 90
;
; end of patch #15
;
; * ============================================================= *
;
; patch #18. Fixes data truncation problems with INSERT INTO ... SELECT
;
r 43ba8 eb 16
;
; end patch #18
;
; * ============================================================= *
;
; patch #20
;
; xDescribe (option 3) does not return secondary field count if the
; join type is cartesion product join.
;
r 1e6ef 8b 5e c0 8b 07 8b 57 02 89 46 98 89 56 9a 8b 5e
r 1e6ff c0 83 07 02 8b 5e 0a 83 07 02 8b 46 0c 39 07 7d
r 1e70f 02 eb 05 c7 46 a2 d2 00 8b 5e a0 80 7f 04 02 75
r 1e71f 03 e9 c2 00
;
; end of patch #20
;
; * ============================================================= *
;
; patch #23 Autoinc field on INSERT INTO subquery
;
r 1a2b8 fe c8 3c 0e 75 02 30 c0 90 90 90
;
; end of patch #23
;
; * ============================================================= *
;
; patch #26 *** OPTIONAL ***
;
; Allows use of european format of decimal comma instead of decimal
; point.
;
; This patch is NOT applied unless this patch file is modified.
;
; DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
; ENABLE PATCH.
;
;r 5f750 2c
;r 48e26 2c
;r 48e50 2c
;r 3cdc2 2c
;r 3ce0d 2c
;
; end of patch #26
;
; * ============================================================= *
;
; patch #28 Specifying maximum number of files per transaction causes
; segmentation violation. (/T:xx)
;
r 5d55b 06 ff 76 fa
;
; end of patch #28
;
; * ============================================================= *
;
; patch #29 Fixes problem removing supplemental indexes
;
r 1d729 8b 3f 89 7e fa
r 1d75a 85 c0 74 02 eb 3d 3b 7e ee 75 f9 f6 46 f6 80 75
r 1d76a 04 eb 28 90 90
;
; end of patch #29
;
; * ============================================================= *
;
; patch #30 prevents workstation from crashing when restrict
; contains equal comparisons of string fields
; of different sizes from different files.
;
r 2f1c5 8a 47 08
r 2f1b7 8b 4c 04 39 4f 04
r 2f21e 83 7e 10 00 75 10 39 4f 04 77 0b 90 90 90 90 90
r 2f22e 90
;
; end of patch #30
;
; * ============================================================= *
;
; patch #32 - *** OPTIONAL ***
; - xValidate causing memory to be over written
; when an invalid field value is given and a view
; has not yet been created
; - if this patch is applied, a view is created
; and an invalid field value is given then the
; XQLStatus will not provide the field name associated
; with the invalid value
;
;
; This patch is NOT applied unless this patch file is modified.
;
;
; DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
; ENABLE PATCH.
;
;r b7f0 eb 13
;
; end of patch #32
;
; * ============================================================= *
;
; patch #36 Owner name is ignored by xRecall
;
r 3121d 90 90 90
;
; end of patch #36
;
; * ============================================================= *
;
; beginning of patch #37 - xUpdall does not work properly with BREQUEST
;
r 29510 c7 46 e8 21 00 eb 0c
;
; end of patch #37
;
; * ============================================================= *
;
; patch #40 field to field comparisons may not return correct records
;
r 2f18f e9 b3 00
;
; end of patch #40
;
; * ============================================================= *
;
; patch #41 XQLFormat sets incorrect display size for number masks
;
r 48553 8b 46 d8 eb 0e
;
; end of patch #41
;
; * ============================================================= *
;
; beginning of patch #45 - remove sort order with restriction present
;
r 2d4f2 c7 06 c4 1c 00 00 eb 0a
;
; end of patch #45
;
; * ============================================================= *
;
; beginning of patch #49 Unformat of string value can overwrite
; internal buffer causing crash or
; insufficient memory status.
;
r 24867 8b 46 f8 89 46 fe eb 0c
;
; end of patch #49
;
; * ============================================================= *
;
; patch #51 Fixes problem where records are returned which do not
; meet the restriction on the view.
;
r 2f165 e9 9f fc
r 2f23a e9 ca fb
;
; end of patch #51
;
; * ============================================================= *
;
; patch #52. Prevents status 224 on UPDATE with subquery
;
r 43ce3 11
;
; end of patch #52
;
; * ============================================================= *
;
; patch #54. Creates RIGHTS.DDF with page size of 512.
;
x 1cca7 8b b8 86 00 6e 02 ff 90
t 06/07/91
; end of patch #54
;
; * ============================================================= *
;
; patch #61. Prevents segmentation violation on xInsert
; when file name is 20 characters.
;
r 54376 EB 32 41 8B 46 06 39 C1 7C 02 EB 1A C4 5E 08 26
r 54386 80 3F 00 74 11 FF 46 08 26 8A 07 C4 5E 0C FF 46
r 54396 0C 26 88 07 EB DC 3B 4E 06 7D 13 C4 5E 0C 26 C6
r 543a6 07 00 EB 04 31 C9 EB D4 90 90 90 90 90 90
t 07/19/91
;
; end of patch #61
;
; * ============================================================= *
;
; Updated patch #49 on 07/25/91
;
t 07/25/91
;
; * ============================================================= *
;
; patch #66
;
; This patch corrects a problem which could cause the server to
; abend when an attempt is made to execute a query against a view
; defined on tables which are subsequently altered. That is,
; tables are defined, a view is created on the tables, the tables
; are altered, the view which is no longer applicable is used
; causing the server to abend.
;
r 39d20 e9 19 00
t 09/13/91
;
; end of patch #66
;
; * ============================================================= *
;
; END - PATCHES FOR XQLCALLS.DLL version 2.11